projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd21890
)
Fix typo
author
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 31 Dec 2008 06:18:53 +0000
(06:18 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Wed, 31 Dec 2008 06:18:53 +0000
(06:18 +0000)
svn path=/trunk/; revision=22022
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index a204943f46138cc32cfd1cc33704ea38e04904f3..a12a6103ed52554c91a8dd5ba8f78fd5fce39630 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-7609,7
+7609,7
@@
gtk_entry_get_icon_at_pos (GtkEntry *entry,
*
* To handle the drag operation, you need to connect to the usual
* #GtkWidget::drag-data-get (or possibly #GtkWidget::drag-data-delete)
- * signal, and use gtk_
icon_
entry_get_current_icon_drag_source() in
+ * signal, and use gtk_entry_get_current_icon_drag_source() in
* your signal handler to find out if the drag was started from
* an icon.
*/